HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //lib/modules/7.0.0-1009-aws/build/include/linux/ehl_pse_io_aux.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Intel Elkhart Lake PSE I/O Auxiliary Device
 *
 * Copyright (c) 2025 Intel Corporation.
 *
 * Author: Raag Jadav <[email protected]>
 */

#ifndef _EHL_PSE_IO_AUX_H_
#define _EHL_PSE_IO_AUX_H_

#include <linux/ioport.h>

#define EHL_PSE_IO_NAME		"ehl_pse_io"
#define EHL_PSE_GPIO_NAME	"gpio"
#define EHL_PSE_TIO_NAME	"pps_tio"

struct ehl_pse_io_data {
	struct resource mem;
	int irq;
};

#endif /* _EHL_PSE_IO_AUX_H_ */